home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / eLibPro1.3_setup.exe / eLibPro.chm / elib.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-06  |  2.4 KB  |  107 lines

  1. /* Style sheet optimized for IE4x - Last updated 01/16/01 RWF */
  2. /* Added Table.nested, TH, TD for nested tables -- 02/26/01 */
  3.  
  4. body           { color: #000000;
  5.         background: #FFFFFF;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Sans Serif;
  8.         margin-left: 0em;
  9.         padding-left: 1.5em; }
  10.  
  11.  
  12. a:link, a:visited     { color: #0000FF; text-decoration:underline;}
  13.  
  14. a:active, a:hover     { color: #FF0000;  cursor:hand; text-decoration:underline;}
  15.  
  16. /* Puts a little more breathing room above related topics link. - AMS*/
  17. a.#reltopics         { position:relative; top:1em; }
  18.  
  19. h1
  20.         { font-size: 125%; 
  21.         margin-bottom: .5em; clear:both; width: 85%; }
  22.  
  23. h2
  24.         { font-size: 110%;  
  25.         margin-top: 1.5em;
  26.         margin-bottom: .5em; clear:both; }
  27.  
  28. h3
  29.         { font-size: 100%; 
  30.         margin-top: 1.2em;  
  31.         margin-bottom: .5em; clear:both; }
  32.  
  33. h4
  34.         { font-size: 100%; 
  35.         margin-top: 1.2em;  
  36.         margin-bottom: .5em; clear:both; }
  37.  
  38. h5
  39.         { font-size: 100%; 
  40.         margin-top: 1.2em;  
  41.         margin-bottom: .5em; clear:both; }
  42.  
  43. p
  44.         { margin-top: .6em; 
  45.         margin-bottom: .6em; }
  46.             
  47. ol
  48.         { margin-top: .5em; 
  49.         margin-bottom: 0em; 
  50.         margin-left: 2.1em; 
  51.         padding-left: 0em;
  52.         margin-right:2.1em; }
  53.     
  54. ul
  55.         { margin-top: .6em;     
  56.         margin-bottom: 0em;
  57.         list-style-type: disc;
  58.         margin-left: 1.5em;
  59.         padding-left: 0em;
  60.         margin-right: 1.5em; }
  61.         
  62. li
  63.         { margin-bottom: .7em; clear:both; }
  64.  
  65. dd
  66.         { margin-bottom: 0em; 
  67.         margin-left: 1.5em; } 
  68.  
  69. /* for defined terms, follow the Document Conventions listing in the Microsoft Manual of Style: */
  70. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add font-weight: bold; to the dt tag */
  71. /* Variables, book titles, and placeholders the user must provide are italic--add font-style: italic; to the dt tag */
  72. /* pre-defined arguments are bold and italic--add font-weight: bold; and font-style: italic; to the dt tag */
  73.  
  74. dt
  75.         { margin-top: 1em; }
  76.  
  77. pre
  78.         { margin-top: .5em;
  79.         margin-bottom: .5em; }
  80.  
  81. code
  82.         { font-family: Courier New; 
  83.         font-size: 1.1em; }
  84.  
  85. table
  86.         { font-size: 100%;
  87.         margin-top: 1em; 
  88.         margin-bottom: 1em; }
  89.         
  90. th
  91.         { text-align: left;
  92.         background: #DDDDDD;
  93.         vertical-align: bottom;
  94.         padding: .2em;
  95.         padding-left: .45em;
  96.         padding-right: .5em;}
  97.         
  98. tr
  99.         { vertical-align: top; }
  100.  
  101. td
  102.         { background: #EEEEEE;
  103.         vertical-align: top;
  104.         padding: .2em;
  105.         padding-left: .45em;
  106.         padding-right: .5em;}
  107.